<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pro_right {
    width: 890px;
    min-height: 705px;
    float: right;
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    padding: 20px;
    overflow: hidden;
}

.pro_right li {
    width: 282px;
    height: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 19px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #F2F2F2;
}

.pro_right li:hover {
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.6s;
    background: #0063FF;
    border: 1px solid #0063FF;
}

.pro_right ul, li, img {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
}

.pro_right_nei {
    width: 915px;
    min-height: 723px;
    padding-top: 20px;
}

.pro_right_img {
    height: 155px;
    width: 262px;
    margin: 10px;
    overflow: hidden;
    text-align: center;
}

.pro_right_img img {
    height: 155px;
    width: 100%;
    text-align: center;
}

.pro_right_title {
    height: 43px;
    line-height: 41px;
    border-top: 0;
    font-size: 15px;
}

.art_right {
    width: 920px;
    height: 850px;
    float: right;
    background: #FFFFFF;
    overflow: auto;
    border: 0px solid #F5F5F5
}

.art_right li {
    list-style-type: none;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 10px;
    height: 110px;
    padding: 5px 0;
}

.art_right li a {
    color: #333333;
}

.art_right li a:hover {
    color: #FFBA00;
}

.art_list_left {
    width: 60px;
    height: 60px;
    float: left;
    background: #d1d1d1;
    text-align: right;
    padding: 15px 10px 0;
    line-height: 25px;
    color: #FFFFFF;
    border-radius: 3px;
}

.art_list_right {
    width: 800px;
    float: left;
    padding-left: 20px;
}

.art_title {
    font-size: 16px;
    font-weight: bold;
    height: 32px;
}

.art_txt {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}

.art_time {
    font-size: 28px;
}
.pro_right_2{
    width: 920px;
    float: right;
    background: #FFFFFF;
    overflow: auto;
    height: 800px;
}

.pro_right_2 ul li{
    width: 32%;
    height: 210px;
    float: left;
    margin-left: 1%;
    margin-bottom: 19px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #F2F2F2;
}


.pro_right_img_2{
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.pro_right_img_2 img{
    /*width: 100%;*/
    /*height: 160px;*/
    text-align: center;
}


.pro_right_2 li:hover{
    border: 1px solid #FFBA00;
    color: #FFBA00;
}


</pre></body></html>